home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML ConsoleMax.sea
/
XML ConsoleMax
/
Required
/
swingall.jar
/
javax
/
swing
/
JViewport$1.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-07-15
|
622 b
|
22 lines
package javax.swing;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
final class JViewport$1 implements ActionListener {
// $FF: synthetic field
private final JViewport this$0;
// $FF: synthetic method
JViewport$1(JViewport var1) {
this.this$0 = var1;
}
public void actionPerformed(ActionEvent var1) {
if (JViewport.access$0(this.this$0)) {
this.this$0.repaint();
}
}
}